• frmRegistration.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmRegistration
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRegistration))
33         Me.Panel1 = New System.Windows.Forms.Panel()
34         Me.Panel4 = New System.Windows.Forms.Panel()
35         Me.Label8 = New System.Windows.Forms.Label()
36         Me.chkActive = New System.Windows.Forms.CheckBox()
37         Me.btnCheckAvailability = New System.Windows.Forms.Button()
38         Me.Label7 = New System.Windows.Forms.Label()
39         Me.Label6 = New System.Windows.Forms.Label()
40         Me.Label5 = New System.Windows.Forms.Label()
41         Me.txtContactNo = New System.Windows.Forms.TextBox()
42         Me.txtEmailID = New System.Windows.Forms.TextBox()
43         Me.txtName = New System.Windows.Forms.TextBox()
44         Me.txtPassword = New System.Windows.Forms.TextBox()
45         Me.Label4 = New System.Windows.Forms.Label()
46         Me.Label2 = New System.Windows.Forms.Label()
47         Me.cmbUserType = New System.Windows.Forms.ComboBox()
48         Me.Label3 = New System.Windows.Forms.Label()
49         Me.txtUserID = New System.Windows.Forms.TextBox()
50         Me.Panel3 = New System.Windows.Forms.Panel()
51         Me.btnDelete = New System.Windows.Forms.Button()
52         Me.btnClose = New System.Windows.Forms.Button()
53         Me.btnUpdate = New System.Windows.Forms.Button()
54         Me.btnSave = New System.Windows.Forms.Button()
55         Me.btnNew = New System.Windows.Forms.Button()
56         Me.dgw = New System.Windows.Forms.DataGridView()
57         Me.Panel2 = New System.Windows.Forms.Panel()
58         Me.lblUser = New System.Windows.Forms.Label()
59         Me.Label1 = New System.Windows.Forms.Label()
60         Me.TextBox1 = New System.Windows.Forms.TextBox()
61         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.Panel1.SuspendLayout()
70         Me.Panel4.SuspendLayout()
71         Me.Panel3.SuspendLayout()
72         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
73         Me.Panel2.SuspendLayout()
74         Me.SuspendLayout()
75         
'
76         
'Panel1
77         
'
78         Me.Panel1.BackColor = System.Drawing.Color.White
79         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
80         Me.Panel1.Controls.Add(Me.Panel4)
81         Me.Panel1.Controls.Add(Me.Panel3)
82         Me.Panel1.Controls.Add(Me.dgw)
83         Me.Panel1.Controls.Add(Me.Panel2)
84         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
85         Me.Panel1.Name =
"Panel1"
86         Me.Panel1.Size = New System.Drawing.Size(
968, 536)
87         Me.Panel1.TabIndex =
2
88         
'
89         
'Panel4
90         
'
91         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
92         Me.Panel4.Controls.Add(Me.Label8)
93         Me.Panel4.Controls.Add(Me.chkActive)
94         Me.Panel4.Controls.Add(Me.btnCheckAvailability)
95         Me.Panel4.Controls.Add(Me.Label7)
96         Me.Panel4.Controls.Add(Me.Label6)
97         Me.Panel4.Controls.Add(Me.Label5)
98         Me.Panel4.Controls.Add(Me.txtContactNo)
99         Me.Panel4.Controls.Add(Me.txtEmailID)
100         Me.Panel4.Controls.Add(Me.txtName)
101         Me.Panel4.Controls.Add(Me.txtPassword)
102         Me.Panel4.Controls.Add(Me.Label4)
103         Me.Panel4.Controls.Add(Me.Label2)
104         Me.Panel4.Controls.Add(Me.cmbUserType)
105         Me.Panel4.Controls.Add(Me.Label3)
106         Me.Panel4.Controls.Add(Me.txtUserID)
107         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
108         Me.Panel4.Location = New System.Drawing.Point(
9, 317)
109         Me.Panel4.Name =
"Panel4"
110         Me.Panel4.Size = New System.Drawing.Size(
426, 207)
111         Me.Panel4.TabIndex =
0
112         
'
113         
'Label8
114         
'
115         Me.Label8.AutoSize = True
116         Me.Label8.Location = New System.Drawing.Point(
7, 175)
117         Me.Label8.Name =
"Label8"
118         Me.Label8.Size = New System.Drawing.Size(
47, 15)
119         Me.Label8.TabIndex =
16
120         Me.Label8.Text =
"Status :"
121         
'
122         
'chkActive
123         
'
124         Me.chkActive.AutoSize = True
125         Me.chkActive.Location = New System.Drawing.Point(
125, 175)
126         Me.chkActive.Name =
"chkActive"
127         Me.chkActive.Size = New System.Drawing.Size(
57, 19)
128         Me.chkActive.TabIndex =
6
129         Me.chkActive.Text =
"Active"
130         Me.chkActive.UseVisualStyleBackColor = True
131         
'
132         
'btnCheckAvailability
133         
'
134         Me.btnCheckAvailability.FlatStyle = System.Windows.Forms.FlatStyle.Popup
135         Me.btnCheckAvailability.Location = New System.Drawing.Point(
289, 10)
136         Me.btnCheckAvailability.Name =
"btnCheckAvailability"
137         Me.btnCheckAvailability.Size = New System.Drawing.Size(
119, 23)
138         Me.btnCheckAvailability.TabIndex =
7
139         Me.btnCheckAvailability.Text =
"Check Availability"
140         Me.btnCheckAvailability.UseVisualStyleBackColor = True
141         
'
142         
'Label7
143         
'
144         Me.Label7.AutoSize = True
145         Me.Label7.Location = New System.Drawing.Point(
7, 148)
146         Me.Label7.Name =
"Label7"
147         Me.Label7.Size = New System.Drawing.Size(
73, 15)
148         Me.Label7.TabIndex =
13
149         Me.Label7.Text =
"Contact No :"
150         
'
151         
'Label6
152         
'
153         Me.Label6.AutoSize = True
154         Me.Label6.Location = New System.Drawing.Point(
7, 121)
155         Me.Label6.Name =
"Label6"
156         Me.Label6.Size = New System.Drawing.Size(
60, 15)
157         Me.Label6.TabIndex =
12
158         Me.Label6.Text =
"Email ID :"
159         
'
160         
'Label5
161         
'
162         Me.Label5.AutoSize = True
163         Me.Label5.Location = New System.Drawing.Point(
7, 94)
164         Me.Label5.Name =
"Label5"
165         Me.Label5.Size = New System.Drawing.Size(
47, 15)
166         Me.Label5.TabIndex =
11
167         Me.Label5.Text =
"Name :"
168         
'
169         
'txtContactNo
170         
'
171         Me.txtContactNo.BackColor = System.Drawing.Color.White
172         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
173         Me.txtContactNo.Location = New System.Drawing.Point(
125, 148)
174         Me.txtContactNo.Name =
"txtContactNo"
175         Me.txtContactNo.Size = New System.Drawing.Size(
157, 21)
176         Me.txtContactNo.TabIndex =
5
177         
'
178         
'txtEmailID
179         
'
180         Me.txtEmailID.BackColor = System.Drawing.Color.White
181         Me.txtEmailID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.txtEmailID.Location = New System.Drawing.Point(
125, 121)
183         Me.txtEmailID.Name =
"txtEmailID"
184         Me.txtEmailID.Size = New System.Drawing.Size(
157, 21)
185         Me.txtEmailID.TabIndex =
4
186         
'
187         
'txtName
188         
'
189         Me.txtName.BackColor = System.Drawing.Color.White
190         Me.txtName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.txtName.Location = New System.Drawing.Point(
125, 94)
192         Me.txtName.Name =
"txtName"
193         Me.txtName.Size = New System.Drawing.Size(
157, 21)
194         Me.txtName.TabIndex =
3
195         
'
196         
'txtPassword
197         
'
198         Me.txtPassword.BackColor = System.Drawing.Color.White
199         Me.txtPassword.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
200         Me.txtPassword.Location = New System.Drawing.Point(
125, 67)
201         Me.txtPassword.Name =
"txtPassword"
202         Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
203         Me.txtPassword.Size = New System.Drawing.Size(
157, 21)
204         Me.txtPassword.TabIndex =
2
205         
'
206         
'Label4
207         
'
208         Me.Label4.AutoSize = True
209         Me.Label4.Location = New System.Drawing.Point(
7, 67)
210         Me.Label4.Name =
"Label4"
211         Me.Label4.Size = New System.Drawing.Size(
67, 15)
212         Me.Label4.TabIndex =
6
213         Me.Label4.Text =
"Password :"
214         
'
215         
'Label2
216         
'
217         Me.Label2.AutoSize = True
218         Me.Label2.Location = New System.Drawing.Point(
7, 41)
219         Me.Label2.Name =
"Label2"
220         Me.Label2.Size = New System.Drawing.Size(
68, 15)
221         Me.Label2.TabIndex =
5
222         Me.Label2.Text =
"User Type :"
223         
'
224         
'cmbUserType
225         
'
226         Me.cmbUserType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
227         Me.cmbUserType.FormattingEnabled = True
228         Me.cmbUserType.Items.AddRange(New Object() {
"Admin", "Receptionist", "User"})
229         Me.cmbUserType.Location = New System.Drawing.Point(
125, 38)
230         Me.cmbUserType.Name =
"cmbUserType"
231         Me.cmbUserType.Size = New System.Drawing.Size(
157, 23)
232         Me.cmbUserType.TabIndex =
1
233         
'
234         
'Label3
235         
'
236         Me.Label3.AutoSize = True
237         Me.Label3.Location = New System.Drawing.Point(
7, 14)
238         Me.Label3.Name =
"Label3"
239         Me.Label3.Size = New System.Drawing.Size(
54, 15)
240         Me.Label3.TabIndex =
0
241         Me.Label3.Text =
"User ID :"
242         
'
243         
'txtUserID
244         
'
245         Me.txtUserID.BackColor = System.Drawing.Color.White
246         Me.txtUserID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
247         Me.txtUserID.Location = New System.Drawing.Point(
125, 11)
248         Me.txtUserID.Name =
"txtUserID"
249         Me.txtUserID.Size = New System.Drawing.Size(
157, 21)
250         Me.txtUserID.TabIndex =
0
251         
'
252         
'Panel3
253         
'
254         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
255         Me.Panel3.Controls.Add(Me.btnDelete)
256         Me.Panel3.Controls.Add(Me.btnClose)
257         Me.Panel3.Controls.Add(Me.btnUpdate)
258         Me.Panel3.Controls.Add(Me.btnSave)
259         Me.Panel3.Controls.Add(Me.btnNew)
260         Me.Panel3.Location = New System.Drawing.Point(
846, 75)
261         Me.Panel3.Name =
"Panel3"
262         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
263         Me.Panel3.TabIndex =
2
264         
'
265         
'btnDelete
266         
'
267         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
268         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
269         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
270         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
271         Me.btnDelete.Name =
"btnDelete"
272         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
273         Me.btnDelete.TabIndex =
3
274         Me.btnDelete.Text =
"Delete"
275         Me.btnDelete.UseVisualStyleBackColor = True
276         
'
277         
'btnClose
278         
'
279         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
280         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
281         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
282         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
283         Me.btnClose.Name =
"btnClose"
284         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
285         Me.btnClose.TabIndex =
4
286         Me.btnClose.Text =
"Close"
287         Me.btnClose.UseVisualStyleBackColor = True
288         
'
289         
'btnUpdate
290         
'
291         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
292         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
293         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
294         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
295         Me.btnUpdate.Name =
"btnUpdate"
296         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
297         Me.btnUpdate.TabIndex =
2
298         Me.btnUpdate.Text =
"Update"
299         Me.btnUpdate.UseVisualStyleBackColor = True
300         
'
301         
'btnSave
302         
'
303         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
304         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
305         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
306         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
307         Me.btnSave.Name =
"btnSave"
308         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
309         Me.btnSave.TabIndex =
1
310         Me.btnSave.Text =
"Register"
311         Me.btnSave.UseVisualStyleBackColor = True
312         
'
313         
'btnNew
314         
'
315         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
316         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
317         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
318         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
319         Me.btnNew.Name =
"btnNew"
320         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
321         Me.btnNew.TabIndex =
0
322         Me.btnNew.Text =
"New"
323         Me.btnNew.UseVisualStyleBackColor = True
324         
'
325         
'dgw
326         
'
327         Me.dgw.AllowUserToAddRows = False
328         Me.dgw.AllowUserToDeleteRows = False
329         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
330         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
331         Me.dgw.BackgroundColor = System.Drawing.Color.White
332         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
333         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
334         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
335         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
336         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
337         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
338         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
339         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
340         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
341         Me.dgw.ColumnHeadersHeight =
24
342         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Description, Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column7, Me.Column6})
343         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
344         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
345         DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
346         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
347         DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
348         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
349         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
350         DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
351         Me.dgw.DefaultCellStyle = DataGridViewCellStyle5
352         Me.dgw.EnableHeadersVisualStyles = False
353         Me.dgw.GridColor = System.Drawing.Color.White
354         Me.dgw.Location = New System.Drawing.Point(
9, 75)
355         Me.dgw.MultiSelect = False
356         Me.dgw.Name =
"dgw"
357         Me.dgw.ReadOnly = True
358         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
359         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
360         DataGridViewCellStyle6.BackColor = System.Drawing.Color.CadetBlue
361         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
362         DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
363         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.DarkSlateGray
364         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
365         DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
366         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
367         Me.dgw.RowHeadersWidth =
25
368         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
369         DataGridViewCellStyle7.BackColor = System.Drawing.Color.White
370         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
371         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.DarkSlateGray
372         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White
373         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle7
374         Me.dgw.RowTemplate.Height =
18
375         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
376         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
377         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
378         Me.dgw.Size = New System.Drawing.Size(
829, 235)
379         Me.dgw.TabIndex =
1
380         
'
381         
'Panel2
382         
'
383         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
384         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
385         Me.Panel2.Controls.Add(Me.lblUser)
386         Me.Panel2.Controls.Add(Me.Label1)
387         Me.Panel2.Controls.Add(Me.TextBox1)
388         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
389         Me.Panel2.Name =
"Panel2"
390         Me.Panel2.Size = New System.Drawing.Size(
948, 62)
391         Me.Panel2.TabIndex =
0
392         
'
393         
'lblUser
394         
'
395         Me.lblUser.AutoSize = True
396         Me.lblUser.Location = New System.Drawing.Point(
690, 5)
397         Me.lblUser.Name =
"lblUser"
398         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
399         Me.lblUser.TabIndex =
5
400         Me.lblUser.Text =
"Label8"
401         Me.lblUser.Visible = False
402         
'
403         
'Label1
404         
'
405         Me.Label1.AutoSize = True
406         Me.Label1.BackColor = System.Drawing.Color.Transparent
407         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
408         Me.Label1.ForeColor = System.Drawing.Color.White
409         Me.Label1.Location = New System.Drawing.Point(
326, 17)
410         Me.Label1.Name =
"Label1"
411         Me.Label1.Size = New System.Drawing.Size(
230, 24)
412         Me.Label1.TabIndex =
0
413         Me.Label1.Text =
"List of Registered Users"
414         
'
415         
'TextBox1
416         
'
417         Me.TextBox1.Location = New System.Drawing.Point(
668, 21)
418         Me.TextBox1.Name =
"TextBox1"
419         Me.TextBox1.Size = New System.Drawing.Size(
111, 20)
420         Me.TextBox1.TabIndex =
4
421         Me.TextBox1.Visible = False
422         
'
423         
'Description
424         
'
425         Me.Description.HeaderText =
"User ID"
426         Me.Description.Name =
"Description"
427         Me.Description.ReadOnly = True
428         
'
429         
'Column1
430         
'
431         Me.Column1.HeaderText =
"User Type"
432         Me.Column1.Name =
"Column1"
433         Me.Column1.ReadOnly = True
434         
'
435         
'Column2
436         
'
437         DataGridViewCellStyle3.NullValue = Nothing
438         Me.Column2.DefaultCellStyle = DataGridViewCellStyle3
439         Me.Column2.HeaderText =
"Password"
440         Me.Column2.Name =
"Column2"
441         Me.Column2.ReadOnly = True
442         
'
443         
'Column3
444         
'
445         Me.Column3.HeaderText =
"Name"
446         Me.Column3.Name =
"Column3"
447         Me.Column3.ReadOnly = True
448         
'
449         
'Column4
450         
'
451         Me.Column4.HeaderText =
"Email ID"
452         Me.Column4.Name =
"Column4"
453         Me.Column4.ReadOnly = True
454         
'
455         
'Column5
456         
'
457         Me.Column5.HeaderText =
"Contact No."
458         Me.Column5.Name =
"Column5"
459         Me.Column5.ReadOnly = True
460         
'
461         
'Column7
462         
'
463         Me.Column7.HeaderText =
"Active"
464         Me.Column7.Name =
"Column7"
465         Me.Column7.ReadOnly = True
466         
'
467         
'Column6
468         
'
469         DataGridViewCellStyle4.Format =
"dd/MM/yyyy hh:mm:ss tt"
470         Me.Column6.DefaultCellStyle = DataGridViewCellStyle4
471         Me.Column6.HeaderText =
"Registered Date"
472         Me.Column6.Name =
"Column6"
473         Me.Column6.ReadOnly = True
474         
'
475         
'frmRegistration
476         
'
477         Me.AcceptButton = Me.btnSave
478         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
479         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
480         Me.BackColor = System.Drawing.Color.DarkSlateGray
481         Me.ClientSize = New System.Drawing.Size(
994, 563)
482         Me.Controls.Add(Me.Panel1)
483         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
484         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
485         Me.MaximizeBox = False
486         Me.MinimizeBox = False
487         Me.Name =
"frmRegistration"
488         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
489         Me.Panel1.ResumeLayout(False)
490         Me.Panel4.ResumeLayout(False)
491         Me.Panel4.PerformLayout()
492         Me.Panel3.ResumeLayout(False)
493         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
494         Me.Panel2.ResumeLayout(False)
495         Me.Panel2.PerformLayout()
496         Me.ResumeLayout(False)
497
498     End Sub
499     Friend WithEvents Panel1 As System.Windows.Forms.Panel
500     Friend WithEvents Panel4 As System.Windows.Forms.Panel
501     Friend WithEvents Label3 As System.Windows.Forms.Label
502     Friend WithEvents txtUserID As System.Windows.Forms.TextBox
503     Friend WithEvents Panel3 As System.Windows.Forms.Panel
504     Friend WithEvents btnDelete As System.Windows.Forms.Button
505     Friend WithEvents btnClose As System.Windows.Forms.Button
506     Friend WithEvents btnUpdate As System.Windows.Forms.Button
507     Friend WithEvents btnSave As System.Windows.Forms.Button
508     Friend WithEvents btnNew As System.Windows.Forms.Button
509     Friend WithEvents dgw As System.Windows.Forms.DataGridView
510     Friend WithEvents Panel2 As System.Windows.Forms.Panel
511     Friend WithEvents Label1 As System.Windows.Forms.Label
512     Friend WithEvents Label7 As System.Windows.Forms.Label
513     Friend WithEvents Label6 As System.Windows.Forms.Label
514     Friend WithEvents Label5 As System.Windows.Forms.Label
515     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
516     Friend WithEvents txtEmailID As System.Windows.Forms.TextBox
517     Friend WithEvents txtName As System.Windows.Forms.TextBox
518     Friend WithEvents txtPassword As System.Windows.Forms.TextBox
519     Friend WithEvents Label4 As System.Windows.Forms.Label
520     Friend WithEvents Label2 As System.Windows.Forms.Label
521     Friend WithEvents cmbUserType As System.Windows.Forms.ComboBox
522     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
523     Friend WithEvents lblUser As System.Windows.Forms.Label
524     Friend WithEvents Label8 As System.Windows.Forms.Label
525     Friend WithEvents chkActive As System.Windows.Forms.CheckBox
526     Friend WithEvents btnCheckAvailability As System.Windows.Forms.Button
527     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
528     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
529     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
530     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
531     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
532     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
533     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
534     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
535
536 End Class


Gõ tìm kiếm nhanh...